home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTEM / UTIL2.LZH / BAC.DO1 < prev    next >
Text File  |  1986-10-30  |  3KB  |  53 lines

  1.  
  2.           BAC (Backup Directory)                  John Dickinson
  3.           Command                                          No. 2
  4.           _______________________________________________________
  5.  
  6.           Purpose:  Backs up all (or selected) files in a
  7.                     directory to hard or floppy disks, permitting
  8.                     disk changes when target disks become full.
  9.  
  10.           Format:   BAC [d:][path]filename[.ext] [d:][path]
  11.  
  12.           Remarks:  Unlike the DOS COPY command, BAC.COM permits
  13.                     you to change (formatted) target disks when
  14.                     backing up files to disk.  Furthermore, it
  15.                     only backs up files whose date stamp is later
  16.                     than those of identically named files on the
  17.                     target disk.  Unlike BACKUP, BAC does not
  18.                     change the setting of the archive bit.  Also,
  19.                     files copied with BAC.COM are fully usable at
  20.                     all times; they do not need first to go
  21.                     through a RESTORE process.
  22.  
  23.                     BAC.COM supports the use of global (* and ?)
  24.                     characters in filenames and extensions.  It
  25.                     does not, however, permit you to REName files
  26.                     during copying.
  27.  
  28.           Example:  You are working at a PC AT with a hard disk
  29.                     drive (C:) on which you keep your copy of
  30.                     BAC.COM, and you want to back up all the .DOC
  31.                     files stored on a 1.2-Mb floppy disk (drive
  32.                     A:) onto  regular 360K disks (drive B:).
  33.                     Since these .DOC files will require
  34.                     approximately 600K, you must have two
  35.                     formatted blank floppy disks ready to use in
  36.                     drive B:.  From the C> prompt you enter
  37.  
  38.                          BAC A: *.DOC B:
  39.  
  40.                     When the first target disk in drive B: is
  41.                     full, you will be prompted to change disks.
  42.  
  43.                     Notes:
  44.  
  45.                     1.   BAC.COM compares the date stamps of
  46.                          identically named files and will not
  47.                          overwrite a newer version with an older
  48.                          one.  This may cause files to be skipped
  49.                          if you omit to keep your date/time
  50.                          current.
  51.  
  52.                     2.   Requires DOS 2.0 or later.
  53.